翻訳と辞書
Words near each other
・ Classic Cola
・ Classic Cola (Sainsbury's)
・ Classic Collection
・ Classic Compendium
・ Classic Compendium 2
・ Classic Controller
・ Classic Countdown
・ Classic country
・ Classic Country Gents Reunion
・ Classic Crack
・ Classic Crystal
・ Classic cycle races
・ Classic Dance of Love
・ Class stratification
・ Class Struggle
Class stub
・ Class T
・ Class traitor
・ Class Trip
・ Class Trip (album)
・ Class U special wagon
・ Class variable
・ Class War
・ Class war
・ Class War (album)
・ Class Warfare
・ Class Wargames
・ Class Z Reserve
・ Class, Bureaucracy, and Schools
・ Class-4 telephone switch


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Class stub : ウィキペディア英語版
Class stub
In the distributed computing environment, stub stands for a client side object participating in the distributed object communication.
The stub acts as a gateway for client side objects and all outgoing requests to server side objects that are routed through it. The stub wraps client object functionality and by adding the network logic ensures the reliable communication channel between client and server. The stub can be written up manually or generated automatically depending on chosen communication protocol.
The stub is responsible for:
* initiating the communication towards the server skeleton
* translating calls from the caller object
* marshalling of the parameters
* informing the skeleton that the call should be invoked
* passing arguments to the skeleton over the network
* unmarshalling of the response from the skeleton
* informing the skeleton that the call is complete
== Protocols using the stub/skeleton approach ==

* Remote Procedure Call (RPC)
* Common Object Request Broker Architecture (CORBA)
* Distributed Computing Environment (DCE)
* Remote Method Invocation (RMI)
* .NET Remoting
* Distributed Component Object Model (DCOM) (note that the stub is called "proxy" and the skeleton is called "stub"〔(MSDN: Marshalling details. )〕)
* DDObjects is a framework for distributed objects using Borland Delphi
* Distributed Ruby (DRb) is a framework for distributed objects using the Ruby programming language

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Class stub」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.